home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / SpaceExplorer.swf / scripts / frame_2 / DoAction.as
Text File  |  2006-06-13  |  430b  |  25 lines

  1. stop();
  2. _root.score = 0;
  3. _root.lifes = 3;
  4. _root.tabla._visible = 0;
  5. son = new Sound();
  6. son.attachSound("muzica");
  7. son.setVolume(40);
  8. son1 = new Sound();
  9. son1.attachSound("shot");
  10. if(_root.kx == null)
  11. {
  12.    son.start(1,9999);
  13.    _root.kx = 1;
  14. }
  15. but.onPress = function()
  16. {
  17.    _root.gotoAndStop(3);
  18. };
  19. scorB1 = tabla.scor.text;
  20. if(scorB1 > _root.best)
  21. {
  22.    _root.best = scorB1;
  23.    tabla.scorB.text = scorB1;
  24. }
  25.